Lint your commits, patternplate-style
@commitlint/config-patternplate
Shareable commitlint
config enforcing the patternplate commit convention.
Use with @commitlint/cli and @commitlint/prompt-cli.
Getting started
npm install --save-dev @commitlint/config-patternplate @commitlint/cli
echo "module.exports = {extends: ['@commitlint/config-patternplate']};" > commitlint.config.js
Rules
@commitlint/config-patternplate
extends the shareable angular config.
Additionally these rules apply:
Problems
The following rules are considered problems for @commitlint/config-patterplate
and will yield a non-zero exit code when not met.
scope-enum
- description:
scope
is found in value
- rule:
always
- value: determined based on pattern tree.
system
and all pattern ids present in patterns
are allowed
Consult docs/rules for a list of available rules.
10.0.0 (2020-08-16)
Bug Fixes
BREAKING CHANGES
- remove node 8 from circle-ci checks
also remove node 13 because we do not support experimental versions
- docs: update node v10 to latest LTS 10 version
Co-authored-by: Cedric van Putten me@bycedric.com
Co-authored-by: Cedric van Putten me@bycedric.com